home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Advisor
/
CD-ROM Advisor.iso
/
prodemo
/
demo
/
dylan.dxr
/
00002.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-09-13
|
210 b
|
8 lines
on enterFrame
global gNameOfSoundFile, gChannelForSound, gNextCueIndex
set gNextCueIndex to 2
sound playFile gChannelForSound, gNameOfSoundFile
startTimer()
set gNextCueIndex to gNextCueIndex + 1
end